/* ================================
    CSS STYLES FOR PORTAL e-map
    v1.0, 06/2005
   ================================
*/   /* ================================
    CSS STYLES FOR PORTAL INTRALITIA
    v1.0, 06/2005
   ================================
*/   

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
	background-color: white;
}

/* background color for the content part of the pages */
Body
{
    background-color:white;
background-image:url(FondoPortalAvanza.jpg)
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle
{
	font-weight: bold;
	font-size: 20px;
	color: #cccc99;
	font-family: Arial, Tahoma, Verdana Bold, Helvetica, sans-serif;
}

/* background/border colors for the selected tab */
.TabBg
{
    background-color:#Ff8f44;
    border-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg
{
	border-left-color: white;
	border-bottom-color: white;
	border-top-color: white;
	background-color: #E37700;
	border-right-color: white;
}

/* text style for the selected tab */
/*.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:#4C2004;
    font-weight: bold
}*/

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:gainsboro;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link
{
	color: #eeeeee;
	text-decoration: none;
}

A.OtherTabs:visited
{
	color: #eeeeee;
	text-decoration: none;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover
{
	color: white;
	text-decoration: underline;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink
{
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:white;
}

A.SiteLink:visited
{
	color: #eeeeee;
	text-decoration: none;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}

/* style for separator between site links */
.Accent
{
    color: red;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: Navy
}   
/* style of item titles by Announcements and events */

.ItemTitle
{
	font-weight: bold;
	font-size: 13px;
	color: #0D7DBC;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif , Arial;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial, Tahoma;
    font-size:  16px;
    font-weight: bold;
    color: #0D7DBC;
}

.HeadB
{
	font-weight: bold;
	font-size: 15px;
	color: black;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

/*.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}*/

.NormalNavy
{
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: navy
}
/*TIPOS DE LETRAS P/TITULOS DE COMPONENTES*/


/*.NormalBlack
{
	font-weight: bold;
	font-size: 13px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif, Algerian;
}*/

/*.NormalBold
{
	font-weight: bold;
	font-size: 14px;
	color: #2d1944;
	font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif, Algerian;
}*/

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	color: midnightblue;
	text-decoration: underline;
}

A.CommandButton:visited  {
    text-decoration: underline;
    color: midnightblue;
}

A.CommandButton:active   {
    text-decoration: underline;
    color: midnightblue;
}

A.CommandButton:hover    {
    text-decoration: underline;
    color: red;
}
    



/* GENERIC */
H1  {
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size:  16px;
    font-weight:    normal;
    color: Navy;
}

H2  {
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #854A0B;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #854A0B;
}

H5, DT  {
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #854A0B;
}

H6  {
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #854A0B;
}

TFOOT, THEAD    {
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: #854A0B;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #854A0B;
}

/*A:link
{
	color: midnightblue;
	text-decoration: none;
}

A:visited   {
    text-decoration:    none;
    color:  midnightblue;
}

A:active    {
    text-decoration:    none;
    color:  midnightblue;
}

A:hover {
    text-decoration:    underline;
    color:  red;
}*/

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Arial, Tahoma, Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}
.ddlControl
{
	border-right: darkblue groove;
	border-top: darkblue groove;
	font-size: 60%;
	border-left: darkblue groove;
	border-bottom: darkblue groove;
	font-family: Arial, Tahoma, ;
}


.rbControl
{
	font-size: 60%;
	font-family: Arial, Tahoma, ;
}
.Tdshadow
{
	border-bottom: deepskyblue 6px ridge;
}


.tdSection
{
	border-right: navy thin solid;
	border-top: navy thin solid;
	border-left: navy thin solid;
	border-bottom: navy thin solid;
	background-color: #fafaeb;
}
.tdSectionB
{
	border-right: midnightblue thin solid;
	border-top: midnightblue thin solid;
	font-weight: normal;
	font-size: 11px;
	border-left: midnightblue thin solid;
	border-bottom: midnightblue thin solid;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	background-color: #fffff5;
}
.fieldstyle
{
	font-size: 70%;
	cursor:  text;
}
.tbfondoPag
{
	background-color: mintcream;
}
.tbLineaDiv
{
	border-top: background solid;
	font-size: 70%;
	cursor: text;
	color: lightskyblue;
}
 .tdTextBox
{
	font-weight: normal;
	font-size: 11px;
	line-height: 12px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	height: 22px;
	background-color: whitesmoke;
}

.tdToolBar
{
	border-bottom: groove;
}

.tdTree
{
	border-right: groove;
	border-left: solid;
	border-bottom: solid;
}

.tdContent
{
	border-top-width: medium;
	border-right: solid;
	border-left-width: medium;
	border-bottom: solid;
}

.tsFondo
{
	background-color: #f0ffff;
}

.fondocontrol
{
	background-color: #c2ebff;
}


.estiloicono
{
	cursor: hand;
}

.TabSelectedSty
{
	background-color:Navy;
	color:Green;
}
	

.pantone
{
	background-color: #0062a7;
}